home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 144_01 / mix.hlp < prev    next >
Text File  |  1985-08-19  |  2KB  |  46 lines

  1. **********************************************************************
  2. *                             MIX                                    *
  3. **********************************************************************
  4. *                  COPYRIGHT 1983 EUGENE H. MALLORY                  *
  5. **********************************************************************
  6. PROGRAM:
  7.     MIX - MIX pages together into book signature order.
  8. USAGE:
  9.     MIX [<fid] [-Ln] [-Nn] [>fid]
  10. FUNCTION:
  11.     
  12.     This accepts a list of file names from the standard input.  
  13.     File names may not be wildcarded.  Each file is assumed to be
  14.     a page of text.  The pages are output in book signature order.
  15.     Partial pages and missing pages are filled out with blank lines.
  16.     
  17.     Input file names which begin with a $ (i.e. $SPLIT$) are deleted
  18.     as they are used.
  19.     
  20.     -Nn is the number of pages in the signature. This must be at
  21.     least 4 and must be a multiple of 4.
  22.     
  23.     -Ln is the page length.
  24.     
  25. EXAMPLE:
  26.     LS PAGES.* |MIX -L66N16 >TEXT
  27.     SPLIT BOOK -L66 |MIX -L66N16 |2UP -L66W >LST:
  28.     
  29.  
  30.  
  31.         Command Line                       
  32.  
  33. ___________________________________  
  34.                                   |  
  35.                                   |  
  36.                                   |  
  37.                                   |  OPTIONS
  38.                                   |                  
  39.                     ______________V______________    
  40.  Standard Input     |                           |   Standard Output
  41.  FILE NAME LIST     |                           |  CONCATENATED TEXT
  42. ------------------->|            MIX            |----------------------->
  43.                     |                           | IN SIGNATURE PAGE ORDER
  44.                     |                           |
  45.                     |___________________________|
  46.